projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
93d795e
)
ci: Fix the harfbuzz build on MacOS
author
Matthias Clasen
<mclasen@redhat.com>
Sun, 3 Jan 2021 18:13:27 +0000
(13:13 -0500)
committer
Matthias Clasen
<mclasen@redhat.com>
Mon, 4 Jan 2021 02:34:04 +0000
(21:34 -0500)
We need to force c++11 at the toplevel here, since
meson can't deal with per-project compiler choice.
.gitlab-ci.yml
patch
|
blob
|
history
diff --git
a/.gitlab-ci.yml
b/.gitlab-ci.yml
index ed714f4668bf71fb00fc32f95afcfd53a39ce308..770e9162c3261388d06808f09415738ad570bcb7 100644
(file)
--- a/
.gitlab-ci.yml
+++ b/
.gitlab-ci.yml
@@
-157,6
+157,7
@@
macos:
script:
- meson -Dx11-backend=false
-Dintrospection=disabled
+ -Dcpp_std=c++11
_build
- ninja -C _build
artifacts: